-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Krige, Field and Covmodel update #67
Conversation
Somehow I polluted the history by rebasing locally. @LSchueler : I don't if squashing would be a good idea since there are a lot of different changes. Sorry for mixing up stuff. Do you have an idea on how to pick out the relevant commits? |
I'm your Mr. Wolf for git problems right?! :-) I'll see what I can do. |
@LSchueler : yepp. |
I'd say it's ready for review. @LSchueler |
Resolved merge-conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I am happy now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Just some very minor things as comments in the code and sometimes you use the variable ax_lens
and sometimes axis_lens
. We should stick to only one.
And I pushed some typo fixes.
Thanks for the typo hunting! I renamed every occurrence |
With this PR a revised kriging submodule is proposed. Some minor additions to Covmodel and Field were also made in the course of this.
Kriging changes
Now the following kriging methods are provided, based on a new kriging base class:
All methods can make use of a callable trend like in detrended kriging (which is simply a shortcut for simple kriging with a demanded trend).
Field changes
pre_pos
method to Field class to pre-process the position tupleCovModel changes
is_isotropic
to CovModelStill missing